[Contents] [Index] [Help] [Browse <] [Browse >]
FTPSetVar             VAR, VALUE/F

  The FTPSetVar command lets you set the value of the internal
  OpusFTPßvariables.

  * Note that this command can be used only with Arexx at present.
    See the provided buttons for examples of use.

  * Quiet [state]
    Allows you to enable/disable all requesters for the SOURCE lister.  To
    disable requesters, state can be either '1' or 'on', to enable them,
    state can be either '0' or 'off'.  It is designed specifically for use
    with automatic scripts or non-interactive scripts.  The command will
    return 1 if the command succeeded or 0 if it didn't.

  FTPSetVar Quiet on

  * LogFile [name]
    If name is specified, a new log will be opened using the new
    name.ßIf a log was already open, it will be closed. If no name is
    specified,ßthe log will be toggled between open/closed using the
    original name inßthe configuration file:

  FTPSetVar LogFile "CON:////FTP Log"
  FTPSetVar LogFile

  * Debug [n]
    If n is provided, the debugging level will be set to this new
    value.ßIf n is not provided, the debugging level will be toggled
    between 0ßand 1. n must be a decimal integer:

  FTPSetVar Debug 1
  FTPSetVar Debug

  * Timeout n
    n must be provided. This sets the maximum number of seconds
    OpusFTPßwill wait for replies from the server before giving up
    andßdisconnecting:

  FTPSetVar Timeout 60